Nevron Open Vision Documentation
Framework / IO (File Systems) / Root Folders
In This Topic
    Root Folders
    In This Topic
    The NOV application exposes a set of the root folders, which are by default associated with some physical folders of the current file system. These folders are exposed as static properties of the NApplication static class and serve various application purposes as described by the following table:
    Property Description
    ApplicationFolder Gets or sets the application folder, which is generally where the application is located. NOV does not use this folder directly.
    TempFolder Gets or sets the temp folder, in which to create temporary files.
    ResourcesFolder Gets or sets the resources folder of the application.
    UserFolder Gets or sets the folder where the application can store user settings related to the current user.
    AllUsersFolder Gets or sets the folder where the application can store user settings related to all user.

    You can replace any of these folders.